From: Jan Djärv Date: Sun, 2 Sep 2007 16:58:49 +0000 (+0000) Subject: (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18855^2~1541 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8337e95186eaf2acbe994f2e24d2a0bedf019974;p=emacs.git (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE. --- diff --git a/src/dispextern.h b/src/dispextern.h index 4cd9c42cc0f..9e899f9ccb2 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2579,6 +2579,9 @@ enum tool_bar_item_idx /* Help string. */ TOOL_BAR_ITEM_HELP, + /* Icon file name of right to left image when an RTL locale is used. */ + TOOL_BAR_ITEM_RTL_IMAGE, + /* Sentinel = number of slots in tool_bar_items occupied by one tool-bar item. */ TOOL_BAR_ITEM_NSLOTS